home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <!--*- mode: xml -*--> <glade-interface> <widget class="GtkDialog" id="authdialog"> <property name="visible">True</property> <property name="border_width">5</property> <property name="title" translatable="yes">Authentication</property> <property name="resizable">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox14"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkVBox" id="vbox255"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">12</property> <child> <widget class="GtkLabel" id="prompt"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Enter the username and password for "%s" (%s):</property> <property name="wrap">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkTable" id="table1"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <widget class="GtkEntry" id="passwordEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">*</property> <property name="activates_default">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="usernameEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">*</property> <property name="activates_default">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label108"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">passwordEntry</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label107"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">User_name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">usernameEntry</property> </widget> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkLabel" id="label134"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Note: <i>The username and password will be saved to your Liferea feedlist file without using encryption.</i></property> <property name="use_markup">True</property> <property name="wrap">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area14"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="cancelbutton2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="okbutton1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="label">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">-5</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> </glade-interface>